(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20260307&created_hour=18&dduuid=4b0e4e9ab71fc&device=0&device_type=desktop&os=Windows&ssid=tbcvfifavsdugj9os6e344v1gl&t=1772877834&typeid=16&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=856b436a2f2a1770cf36596c05150405c86f43f1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();