(function() { const u = '/apps/statistics.php?aid=432650&browser=IE&created_date=20260305&created_hour=07&dduuid=1196144bdbe60&device=0&device_type=desktop&os=Windows&ssid=61m8r0h3o2o2ts1co55o9h0dnv&t=1772668527&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9d318650b40762a4d2168ce665e1e6dcdc4f0f48&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();