(function() { const u = '/apps/statistics.php?aid=113158&browser=IE&created_date=20260311&created_hour=03&dduuid=9fc37718965ab&device=0&device_type=desktop&os=Windows&ssid=2b5ajnsg2jfkf0u8l1fiiq77lt&t=1773172034&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c99a6afe6413a743ffe3f306bb44f71ee8c0fe6e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();