(function() { const u = '/apps/statistics.php?aid=442788&browser=IE&created_date=20251211&created_hour=21&dduuid=89d5cb4059d44&device=0&device_type=desktop&os=Windows&ssid=a2tf0h13htrlvkfiorrqj2o11t&t=1765458089&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=143bf429d5216753fd7a684b418ea81f36e8103e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();