(function() { const u = '/apps/statistics.php?aid=141254&browser=IE&created_date=20260114&created_hour=05&dduuid=06ede0fb35c1f&device=0&device_type=desktop&os=Windows&ssid=oflrd7l98eg7so345s2dbsp04h&t=1768340585&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d1b8c9f5e6741dd99d6b6a1acc75a2fe696af473&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();