(function() { const u = '/apps/statistics.php?aid=455384&browser=IE&created_date=20260304&created_hour=15&dduuid=55a65981276a4&device=0&device_type=desktop&os=Windows&ssid=cpqched82ovj1fv88k2o7319fo&t=1772609259&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1dad62e4330785de32b6097e9263370f0f4e2c6d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();