(function() { const u = '/apps/statistics.php?aid=113158&browser=IE&created_date=20260310&created_hour=18&dduuid=2a90800f6dba6&device=0&device_type=desktop&os=Windows&ssid=0qmaip2ofmlf8geuhgp39h7bnb&t=1773137494&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=54104ad79a9c12286adc3fb3608f873fd373b399&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();