(function() { const u = '/apps/statistics.php?aid=454502&browser=IE&created_date=20260304&created_hour=23&dduuid=eb4baf80c43e0&device=0&device_type=desktop&os=Windows&ssid=og2ai1dk1t0sel5a2653gih376&t=1772637659&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4abe409964ab24967eac03f54733b7dbbd9a1338&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();