(function() { const u = '/apps/statistics.php?aid=455929&browser=IE&created_date=20260304&created_hour=09&dduuid=16fd0613ef627&device=0&device_type=desktop&os=Windows&ssid=0r5i7s05ng1vvstghvlqcbshp4&t=1772588803&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=83d5f898692196810e9c43688594bf61e2d253bd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();