(function() { const u = '/apps/statistics.php?aid=434919&browser=IE&created_date=20251228&created_hour=04&dduuid=1709180a6453e&device=0&device_type=desktop&os=Windows&ssid=j9g8u5rgkmpuoot4t0dqc6ir2h&t=1766865892&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d55b4f24ae7333c0156e4bf67a0e317974540ef1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();