(function() { const u = '/apps/statistics.php?aid=448658&browser=IE&created_date=20260112&created_hour=01&dduuid=a2981034b3b3f&device=0&device_type=desktop&os=Windows&ssid=itn0q4elahcitjvuf6e9j6gc7a&t=1768151125&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2529530080e269482b85ff501839cfd2097ca099&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();