(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20260224&created_hour=01&dduuid=1e8ffc1c58de2&device=0&device_type=desktop&os=Windows&ssid=rsmsuleu7mblrbl36k2v331rol&t=1771868294&typeid=1&url_type=0&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3ee61ae9955f15c4b6bcba6ace19e52b4e896ba9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();