(function() { const u = '/apps/statistics.php?aid=266037&browser=IE&created_date=20260118&created_hour=14&dduuid=f20f23286cdc1&device=0&device_type=desktop&os=Windows&ssid=6uu2paglmue25pub3rd0hlmjgk&t=1768718511&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=67044c152955ed6b366db485256f39f34c76b4d8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();