(function() { const u = '/apps/statistics.php?aid=394259&browser=IE&created_date=20260316&created_hour=19&dduuid=fc6ce7552e8c6&device=0&device_type=desktop&os=Windows&ssid=1k5lth6a8kk7a42lru464fm2mn&t=1773662375&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3a876eb2841286036a66a6ff2d9fe561a55ca27a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();